home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / winword / filebox.zip / FILEBOX.NEW < prev    next >
Text File  |  1995-02-02  |  3KB  |  68 lines

  1. FILEBOX.NEW - Information about FILEBOX not in the help file.
  2.  
  3. This document contains two sections:
  4.  
  5.     UNDOCUMENTED FEATURES - Features added to FileBox not mentioned in the help file.
  6.         + Open all files in a folder with one click
  7.         + Copy the file's DOS file name to Clipboard
  8.         + Modifying the FileOpen dialog's file pattern
  9.         + Browse feature to aid in adding pre-existing files
  10.  
  11.     BUG FIXES - Most recent creatures stamped out!
  12.  
  13. ****************************************
  14. * UNDOCUMENTED FEATURES
  15. ****************************************
  16.  
  17.     ** Opening all the files in a folder with one click **
  18.  
  19. Several people asked for the ability to open all files in a folder with a single click. With this
  20. copy of FILEBOX.DOT you can open all files in the current folder by holding down the SHIFT key
  21. and either double-clicking a file in the Files List or by clicking the Open button.
  22.  
  23.     ** Copying the DOS file name to Clipboard **
  24.  
  25. One user has requested the ability to copy the selected file's DOS file name to the Clipboard.
  26. This makes it easier to switch to another task and paste the file's name into another app's
  27. FileOpen dialog.
  28.  
  29. In order to copy the selected file's name, hold down the SHIFT key and then click once on the
  30. text box which displays the file's DOS name. You can then select the entire DOS name and copy
  31. it to the Clipboard with the CONTROL+C or CONTROL+X keys.
  32.  
  33. Don't worry if you inadvertently delete or change the text in this box. You can't do any 
  34. permanent harm!
  35.  
  36.     ** Specifying a Pattern in the FileOpen Dialog **
  37.  
  38. Several users requested the ability to specify a pattern for the FileOpen dialog. You can send
  39. the pattern you want to the FileOpen, but it requires adding a line to the FILEBOX.INI file. To
  40. do this, start the Notepad and open FILEBOX.INI (located in the Windows directory). Then, add the
  41. following line to the [CONFIG] section:
  42.  
  43.     [CONFIG]
  44.     FileOpenName=*.*
  45.  
  46. This pattern will cause the FileOpen dialog to show all files by default. If you want it to show
  47. all .DOT files, for example, you would use this entry:
  48.  
  49.     [CONFIG]
  50.     FileOpenName=*.DOC
  51.  
  52.     ** Browse feature to facilitate adding pre-existing files **
  53.  
  54. User can now add extant files to FileBox without opening them. If no files are open when the "Add"
  55. button is clicked, the WinWord FileOpen dialog box appears. User browses directory tree and finds
  56. file to add. Click the OK button when you've found the file you want. FileBox reads the FileSummary
  57. info from the file. You then select the folder you want to add and the pre-existing file becomes
  58. part of FileBox!
  59.  
  60. ****************************************
  61.     LATEST BUG FIXES
  62. ****************************************
  63.  
  64. * Fixed the EXPIRED bug
  65.  
  66. Programmer's logic error caused an "EXPIRED" message to appear the first time Shareware version
  67. was used. That doesn't happen anymore!
  68.